Add Feature Sets

Add a new feature set

Request
Request Body schema: application/json

Feature set/s to be uploaded

Any of:

Feature set/s to be uploaded

_id
required
string
type
required
string

type - string of the feature type: 2d, 3d, modelFC, TSNE,PCA,FFT

entityType
required
string
project
required
string
org
string
creator
required
string
createdAt
required
string <date-time>
updatedAt
string <date-time>
updatedBy
required
string
name
required
string
tags
required
Array of strings

tags - optional tag per feature - matched by index

size
required
number <double>

size - set size

required
object (AuthZBlock_DatasetContext_)
property name*
additional property
any
Responses
200

Ok

400

Missing argument

post/features/sets
Request samples
application/json
[ ]
Response samples
application/json
[
  • {
    }
]